home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / gnu / emacs.lha / emacs-19.16 / cpp / README < prev   
Text File  |  1993-02-23  |  482b  |  10 lines

  1. This directory contains source code for the GNU Project's C
  2. preprocessor.  
  3.  
  4. Unlike this preprocessor, the compilers bundled with some systems have
  5. arbitrary limits on the number of significant characters in
  6. identifiers which make them unable to compile GNU Emacs.  The Emacs
  7. build process tries to detect when it is running on such a system; if
  8. it is, it builds this C preprocessor, and then uses it to edit the
  9. Emacs source code into a form that the system's compiler can handle.
  10.